home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / JAVA-Programming-Tools / JDEX.ZIP / jdex / rmvext.bat < prev    next >
Encoding:
DOS Batch File  |  1998-04-30  |  803 b   |  27 lines

  1. ::
  2. ::    Part of JDEX - Java Development Environment using Explorer
  3. ::
  4. ::    Copyright (c) 1998, by J. Brian Coyle
  5. ::                           mailto:brianc@magicnet.net
  6. ::                           http://www.magicnet.net/~brianc
  7. ::
  8. ::    Refer to JDEX\copyright.txt for additional information.
  9. ::
  10. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  11. ::
  12. ::   rmvext.bat                 04/29/98
  13. ::   Removes the extention from a filename
  14. ::
  15. ::   needs rmvext.txt
  16. ::
  17. @echo off
  18. if not "%4"=="" goto 2nd
  19. :: 
  20. ::  need to workaround non-English output of mode command...
  21. ::
  22. mode %1 | find "-" > %JDEXPATH%\rmvext_1.bat
  23. copy /b %JDEXPATH%\rmvext.txt+%JDEXPATH%\rmvext_1.bat %JDEXPATH%\rmvext_2.bat >nul
  24. %JDEXPATH%\rmvext_2.bat
  25. :2nd
  26. set filename=%4
  27. del %JDEXPATH%\rmvext_?.bat